home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / pdrd2.zip / RD.ZIP / KEYS.RD < prev    next >
Text File  |  1993-01-11  |  2KB  |  52 lines

  1. /*
  2.         KEYS.RD
  3. */
  4.  
  5.  
  6. Default active ADread() keys
  7. ----------------------------
  8. Esc - aborts ADread()
  9. Enter - saves the current Get and transfers focus to the next Get, or exits
  10.    ADread() if the current Get is the last Get.
  11. Up, Down - transfers the focus to the adjacent Get.  If these keys have
  12.    been configured to act as exit keys (with the use of the API
  13.    ADr_exitread(), and the current Get is the first or last Get, ADread()
  14.    is exited.
  15. Left, Right - moves the cursor one position to the left or right.  If these
  16.    keys have been configured to act as exit keys (with the use of the API
  17.    ADr_readexit(), the focus will be set to the adjacent Get if the cursor
  18.    is currently in the first or last column position.  If the current Get
  19.    is the first or last Get, the ADread() is exited, as well.
  20. Home, End - moves cursor to start or end of the Get
  21. Pgup, PgDn - saves the current Get and exits ADread()
  22. Tab - If the Get is a character and "@S PICTUREd" Get, it will be expanded
  23.    to a memoedit.
  24. Ins - toggles between Overwrite and Insert modes.  The cursor is a solid in
  25.    Overwrite mode, and an underscore in Insert mode.
  26.  
  27.  
  28.  
  29. Default active left button hot spots
  30. ------------------------------------
  31. Any unfocused Get - focuses on that Get
  32. Anywhere on a focused Get:
  33.    If the Get is a character and "@S PICTUREd" Get, the cursor will travel
  34.         to the location of the mouse cursor while the button is pressed.
  35.    On any other Get, the cursor will jump to the location of the mouse
  36.         cursor as soon as the button is released.
  37.  
  38.  
  39.  
  40.  
  41. Default active right button hot spots
  42. -------------------------------------
  43. Anywhere - aborts ADread()
  44.  
  45.  
  46. Default active keys in expanded mode
  47. ------------------------------------
  48. Esc - aborts the memoedit and returns to the Get
  49. Tab - saves the memoedit and returns to the Get
  50. Ins - toggles between Overwrite and Insert modes.
  51.  
  52.